home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / os2 / te2_130t.arj / TE2INST.001 / Modems / SUP32BIS.INC < prev    next >
Text File  |  1994-03-28  |  1KB  |  46 lines

  1. ; Supra V.32bis modem settings.
  2. ;  Contributed by Bruce A. Mallot on GEnie
  3. ;
  4. ;
  5. ; ONE TIME MODEM SETUP:  The first time you run TE/2, upon entering the
  6. ; program, type the following lines (up to but not including the comment
  7. ; that begins with a semicolon [of course] and press ENTER after each.
  8. ; Then exit and restart TE/2.
  9. ;
  10. ; AT&F2 ; Load factory default profile for PCs
  11. ; ATL0  ; Optional: Speaker volume = low
  12. ; ATM3  ; Optional: Disable speaker while dialing
  13. ; AT&W  ; Write profile as default
  14. ;
  15. ; NOTES: Set ALL dialing directory entries to 38400 baud
  16. ;        MNP operation is enabled
  17. ;        If running OS/2 1.x, change all 38400's to 19200
  18.  
  19. Baud          38400
  20. Parity        N
  21. WordLen       8
  22. StopBits      1
  23.  
  24. XonXoff       BOTH
  25. CtsRts        BOTH
  26. MatchBaud     FALSE
  27.  
  28. ModemInitStrg ATZ^M
  29. ModemDialStrg ATDT
  30. ModemDialSufx ^M
  31. ModemHangStrg ;
  32. DTRHangup     TRUE
  33.  
  34. Connect       CONNECT,38400
  35.  
  36. NoConnect     BUSY
  37. NoConnect     NO ANSWER
  38. NoConnect     NO_CARRIER
  39. NoConnect     NO_DIALTONE
  40. NoConnect     VOICE
  41.  
  42. ; Note that this modem does not actually have a "VOICE" response but
  43. ; that it is promised in the next ROM release, so I left this in from
  44. ; whatever modem file I used as a template.
  45.  
  46.